RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. hifiberry dac
    Log in to post
    • All categories
    • A

      No audio output when using PCM5102 on Pi Zero

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pcm5102 pi zero hifiberry dac no sound
      7
      0 Votes
      7 Posts
      992 Views
      A

      I want to add that I have narrowed down my issue. The sound stops working due to my spi display. interfering with it. I suppose this topic is no longer relevant to this forum.

    • H

      Sound Settings / Audio Card Not Selecting ALSA default or sysdefault Hardware Device

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound settings alsa hifiberry dac audio audio issue
      4
      0 Votes
      4 Posts
      762 Views
      mituM

      @hooknc Sure, let it be logged there.

    • BozB

      Hifiberry Dac+ Reicast no sound?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support hifiberry dac reicast rpi3
      2
      0 Votes
      2 Posts
      1k Views
      BozB

      I have sorted it, anyone else with the same problem needs to do the following:

      sudo nano /boot/config.txt
      And scroll down to the bottom. If you see a line that says: dtparam=audio=on

      Disable it by putting a # in front.
      Then add:
      dtoverlay=hifiberry-dacplus
      on the next line. Save the file.

      Next create /etc/asound.conf with the following content:

      pcm.!default {
      type hw card 0
      }
      ctl.!default {
      type hw card 0
      }

      Then go to: /home/pi/.reicast/emulators.cfg and change it to this:

      reicast-audio-alsa = "CON:/opt/retropie/emulators/reicast/bin/reicast.sh alsa %ROM%"
      default = "reicast-audio-alsa"
      reicast-audio-oss = "CON:/opt/retropie/emulators/reicast/bin/reicast.sh oss %ROM%"

      Save and reboot and enjoy!

      Also has anyone managed to get reicast to change to 16:9 aspect ratios? maybe i'll start a new topic for this.